anyone can help me with this error:
Exception Details: System.FormatException: Input string was not in a correct format.
here's my code behind:
IDNO= Convert.ToInt32(drIdNo["Emp_ID"]);

home / developersection / forums / input string was not in a correct format
anyone can help me with this error:
Exception Details: System.FormatException: Input string was not in a correct format.
here's my code behind:
IDNO= Convert.ToInt32(drIdNo["Emp_ID"]);

Uttam Misra
01-Nov-2010IDNO= Convert.ToInt32(drIdNo["Emp_ID"].ToString());